home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CICA 1995 September (Japanese)
/
CICA Shareware for Windows CD-ROM (Walnut Creek) (September 1995) (Japanese) (Disc 2).iso
/
disc2
/
patches
/
symantec
/
rtlinc.exe
/
MALLOC.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-05-13
|
261 b
|
14 lines
/*_ malloc.h */
/* Copyright (C) 1992 by Symantec */
/* All Rights Reserved */
/* Note: ANSI users should #include <stdlib.h> instead of this file */
#ifndef __MALLOC_H
#define __MALLOC_H 1
#ifndef __STDLIB_H
#include <stdlib.h>
#endif
#endif